home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
com_net
/
tcp
/
amitcp
/
netinclude
/
arpa
/
inet.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-01
|
512b
|
30 lines
#ifndef ARPA_INET_H
#define ARPA_INET_H
/*
* $Id: inet.h,v 1.6 1993/07/07 14:57:56 too Exp jraja $
*
* Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
* Helsinki University of Technology, Finland.
* All rights reserved.
*
* Inet Library Functions
*
*/
#ifndef KERNEL
#ifndef IN_H
#include <netinet/in.h>
#endif
/*
* Include socket protos/inlines/pragmas
*/
#ifndef BSDSOCKET_H
#include <bsdsocket.h>
#endif
#endif /* !KERNEL */
#endif /* ARPA_INET_H */